PDFDisplayRectangle Constructor(double,double,double,double)
In This Topic
Initializes a new
PDFDisplayRectangle object.
Syntax
public PDFDisplayRectangle(
double ,
double ,
double ,
double
)
|
Parameters
- left
- The x coordinate of the rectangle's top left corner.
- top
- The y coordinate of the rectangle's top left corner.
- width
- The rectangle width.
- height
- The rectangle height.
See Also